.top-nav .navbar-left {
  position: relative;
}

.top-nav .navbar-left > div#hoverHelper > a > svg {
  position: absolute;
  z-index: 100;
  top: auto;
  bottom: 0;
  left: 40px;
}

.top-nav .navbar-left > div#hoverHelper > a > svg polygon {
  fill: transparent;
  fill: rgba(104, 117, 187, 0);
}

svg.logo {
  display: block;
}

img.logo {
  display:none;
}

.navbar-right {
  margin-right: 0 !important;
}

.logo-var { display:none; }
.logo-var-2 img:first-child { height:34px; margin-top:-1px;}
.logo-var-2 img:nth-child(3) { max-width:180px;}
.logo-var-2 .pipe { display: inline-block; border-right:1px solid #fff; height:25px; vertical-align: middle; margin:0 10px;}

.logo-var-3 img { height:50px; margin-top: -12px; }

.logo-var-4 img:last-child { height:30px; }
.logo-var-4 .pipe { display: inline-block; border-right:1px solid #fff; height:25px; vertical-align: middle; margin:0 10px;}

.navbar-fork {
  display: none;
}

.icon-sell-online, .icon-sell-in-person {
  position: relative;
  width: 30px !important;
  height: 20px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 7px;
  margin-top: -4px !important;
}

.icon-sell-online:after, .icon-sell-in-person:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon-sell-online:after {
  background: url('/Shared/icon-sell-online.svg') no-repeat center/100% 100%;
}

.icon-sell-in-person {
  width: 26px !important;
  height: 19px !important;
}

.icon-sell-in-person:after {
  background: url('/Shared/icon-sell-in-person.svg') no-repeat center/100% 100%;
}

header .header-trial {
    line-height: 86px;
}

header .header-trial .trial-trigger {
    padding: 10px 25px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 10px 0 15px;
    border-color: white;
}

header .header-trial .trial-trigger:hover, header .header-trial .trial-trigger:focus, header .header-trial .trial-trigger:active {
    background-color: white !important;
    color: #212d3a;
}

@media all and (min-width: 992px) {
  header {
    margin-bottom: 61px;
  }
  
  .top-nav .navbar-left>li>a {
    display: none;
  }
  
  .navbar-fork {
    display: block;
    position: absolute !important;
    z-index: 100;
    top: -1px;
    left: 380px;
  }
  
  .navbar-fork * {
    transition: 0.3s all linear;
  }
  
  .navbar-fork > * {
    display: none;
  }
  
  .navbar-fork ul li {
    position: absolute;
    display: block;
    z-index: 101;
  }
  
  .navbar-fork ul li > a {
    padding: 0;
    line-height: 86px;
    width: 225px;
    text-align: center;
    color: #FFF;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #1B2329 !important;
    background: #212D3A;
  }
  
  .navbar-fork ul li > a:hover, .navbar-fork ul li > a:focus, .navbar-fork ul li > a:active {
    background: #212D3A;
  }
  
  .navbar-fork ul li:first-child + li {
    display: block;
    max-height: 0;
    top: 0;
    overflow: hidden;
    transition: none;
    position: absolute;
    z-index: 100;
    transition-delay: 0s;
    
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .navbar-fork.active ul li:first-child > a {
    background: #3077A2 !important;
  }
  
  .navbar-fork.active ul li:first-child + li {
    top: 130px;
    max-height: 130px;
    transition-delay: 0.3s;
    transition: 0.3s all linear;
  }
  
  .navbar-fork ul li > a > span {
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
  }
  
  .navbar-fork ul li > a span.desc {
    display: block;
    max-height: 0;
    font-size: 12px;
    font-weight: 300;
    max-width: 140px;
    overflow: hidden;
  }
  
  .navbar-fork.active ul li a {
    line-height: 130px;
    border: 0;
  }
  
  .navbar-fork.active ul li > a span.desc {
    display: block;
    max-height: 100px;
    padding-top: 8px;
    line-height: 1.6;
  }
  
  .navbar-fork.active ul li:first-child + li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 15px solid transparent;
    border-top-color: #3378A0
  }
  
  .navbar-fork.active ul li:first-child + li > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s background ease-in-out;
  }
  
  .navbar-fork.active ul li:first-child + li > a:hover {
    background-color: #29526E; 
  }
  
  .navbar-fork ul li > a .icon-angle-down {
    padding-left: 5px;
    max-width: 30px;
    transition: 0.3s max-width;
    overflow: hidden;
    display: inline-block;
    position: relative;
    bottom: -3px;
  }
  
  .navbar-fork.active ul li > a .icon-angle-down {
    max-width: 0;
    color: #3077A2;
  }
  
  .navbar-fork:not(.active) ul li:first-child > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 15px solid transparent;
    border-bottom-color: white;
  }
  
  .navbar-fork.active ul li:first-child + li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
    width: 100%;
    background: #212D3A;
  }
}